Learn R Programming

DDPM (version 0.1.0)

Male sibship: The data show the frequency distribution of male sibship

Description

The function gives the frequency distribution of male sibship.

Usage

data_sibship

Value

data_sibship gives the frequency distribution of male sibship.

Arguments

data_sibship

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the frequency distribution of male sibship. They were used by Sweeney et al. (2014) and fitted by the zero & N inflated binomial distribution.

References

Sweeney, J., Haslett, J., & Parnell, A. C. (2014). The zero & N inflated binomial distribution with applications. arXiv preprint arXiv:1407.0064.

Examples

Run this code
x<-data_sibship
summary(x)
table (x)

Run the code above in your browser using DataLab